home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8396 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: isonews.bbn.hp.com!hpbblb!news
  2. From: Matthias Dittrich <matti>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Determining the serial number on a hard disk
  5. Date: 4 Mar 1996 07:49:20 GMT
  6. Organization: Hewlett-Packard Co.
  7. Message-ID: <4he7a0$qf2@hpbblb.bbn.hp.com>
  8. References: <3135bb42.459520398@news.alt.net>
  9. NNTP-Posting-Host: trabant.bbn.hp.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.07 9000/712)
  14. X-URL: news:3135bb42.459520398@news.alt.net
  15.  
  16. joelg@mei.jsc.nasa.gov (Joel Gustavus) wrote:
  17. >I'm using MSVC.  Does anyone know how to determine the serial number
  18. >of a disk.  This is the number you get when you issue a VOL command
  19. >from the DOS prompt.  I was thinking of using this number as a method
  20. >of copy protection.
  21. >Anybody know the sector, head, and cylinder where this number is
  22. >stored?
  23. >
  24. There is a DOS-call (int 21h) to read and write the disk serial number, but I
  25. don't remember the function number. I think many books are written about
  26. this, so you can find one. The number is located in the boot sector of the
  27. disk, but it's not a good idea to read or write the boot sector yourself.
  28.  
  29. Good luck,
  30. Matthias
  31.  
  32.